Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing Cameras


Q3Camera_SetRange

You can use the Q3Camera_SetRange function to set the range of a camera.

TQ3Status Q3Camera_SetRange (
TQ3CameraObject camera, 
const TQ3CameraRange *range);
camera
A camera object.
range
A pointer to a camera range structure.
DESCRIPTION
The Q3Camera_SetRange function sets the range of the camera specified by the camera parameter to the range specified by the range parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996